object frmDupl: TfrmDupl Left = 280 Top = 189 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Selection list' ClientHeight = 257 ClientWidth = 337 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object btnCancel: TButton Left = 15 Top = 220 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object btnSelect: TButton Left = 246 Top = 220 Width = 75 Height = 25 Caption = '&Select' ModalResult = 1 TabOrder = 2 OnClick = btnSelectClick end object lbxSelection: TListBox Left = 15 Top = 60 Width = 306 Height = 153 ItemHeight = 13 TabOrder = 0 OnDblClick = lbxSelectionDblClick end object mmoDescription: TMemo Left = 15 Top = 8 Width = 305 Height = 41 TabStop = False BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'The CDDB does not have an exact match for this CD,' 'listed below are possible matches reported by the remote server,' 'if one matches Select it, if not press Cancel') ReadOnly = True TabOrder = 3 WordWrap = False end object inoDupl: TIniOut Items.Strings = ( 'frmDupl;Left;0;Software\Tisdale\CDmax\frmDupl;Left;1;0' 'frmDupl;Top;0;Software\Tisdale\CDmax\frmDupl;Top;1;0') RegistryRoot = CURRENT_USER Left = 104 Top = 224 end end